home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Select (Limited Edition)
/
Computer Select.iso
/
pcc
/
v04n11
/
batch1.exe
/
FILEFIND.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-09-17
|
207 b
|
12 lines
@ECHO OFF
REM This is FILEFIND.BAT
IF %1!==! GOTO OOPS
ECHO Searching for %1 . . .
ATTRIB \%1 /S | MORE
GOTO END
:OOPS
ECHO Enter the name of the
ECHO file you want to find
ECHO after the %0
:END